GNU Core Utilities
ファイル、テキスト、シェルを操作するためのコマンド類
ファイルユーティリティー
テキストユーティリティー
シェルユーティリティー
Text utilities
cat ファイルの中身を表示する、またはファイルを連結して表示する cksum ファイルのチェックサムとファイルサイズを計算する fmt テキストを段落に整形する
fold 入力行を指定された幅にあわせて折りたたむ
join 二つのファイルを読み、フィールドが共通な行を結合する md5sum MD5 ハッシュチェックサムを計算・チェックする od ファイルを 8 進数 (または他の形式) で出力する pr 印刷用にファイルのページづけ・段組みを行う
ptx 整列済み索引を作成する
split ファイルを決まった大きさに分割する
sum チェックサムとブロック数を表示する
tr 文字の変換・削除や、連続する文字の圧縮を行う tsort 有向グラフのトポロジカルなソートを行う uniq ソートされたファイルから重複する行を削除する Shell Utility
arch Shell utilities Prints machine hardware name (same as uname -m) basename Shell utilities Removes the path prefix from a given pathname chroot Shell utilities Changes the root directory date Shell utilities Prints or sets the system date and time dirname Shell utilities Strips non-directory suffix from file name du Shell utilities Shows disk usage on file systems echo Shell utilities Displays a specified line of text env Shell utilities Displays and modifies environment variables expr Shell utilities Evaluates expressions factor Shell utilities Factors numbers false Shell utilities Does nothing, but exits unsuccessfully groups Shell utilities Prints the groups of which the user is a member hostid Shell utilities Prints the numeric identifier for the current host id Shell utilities Prints real or effective UID and GID link Shell utilities Creates a link to a file logname Shell utilities Print the user's login name nice Shell utilities Modifies scheduling priority nohup Shell utilities Allows a command to continue running after logging out nproc Shell utilities Queries the number of (active) processors pathchk Shell utilities Checks whether file names are valid or portable pinky Shell utilities A lightweight version of finger printenv Shell utilities Prints environment variables printf Shell utilities Formats and prints data pwd Shell utilities Prints the current working directory readlink Shell utilities Displays value of a symbolic link runcon Shell utilities Run command with specified security context seq Shell utilities Prints a sequence of numbers sleep Shell utilities Delays for a specified amount of time stat Shell utilities Returns data about an inode stdbuf Shell utilities Controls buffering for commands that use stdio stty Shell utilities Changes and prints terminal line settings tee Shell utilities Sends output to multiple files test Shell utilities Evaluates an expression timeout Shell utilities Run a command with a time limit true Shell utilities Does nothing, but exits successfully tty Shell utilities Prints terminal name uname Shell utilities Prints system information unlink Shell utilities Removes the specified file using the unlink function uptime Shell utilities Tells how long the system has been running users Shell utilities Prints the user names of users currently logged into the current host who Shell utilities Prints a list of all users currently logged in whoami Shell utilities Prints the effective userid yes Shell utilities Prints a string repeatedly